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}.App{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-align:center}.App-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:2rem}.App-header h1{font-size:2.5rem;margin-bottom:2rem;text-shadow:2px 2px 4px #0000004d}.url-input-section{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.url-input{border:none;border-radius:8px;box-shadow:0 2px 10px #0000001a;font-size:1rem;min-width:300px;padding:12px 16px;transition:all .3s ease}.url-input:focus{box-shadow:0 4px 20px #0003;outline:none;transform:translateY(-2px)}.fetch-button,.retry-button{background:linear-gradient(45deg,#ff6b6b,#ee5a24);border:none;border-radius:8px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.fetch-button:hover,.retry-button:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.loading{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error{background:#ff6b6b1a;border:2px solid #ff6b6b;border-radius:12px;margin:2rem 0;max-width:500px;padding:2rem}.error h3{color:#ff6b6b;margin-bottom:1rem}.data-container{margin:0 auto;max-width:1200px;width:100%}.data-container h2{font-size:2rem;margin-bottom:2rem;text-shadow:2px 2px 4px #0000004d}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:1rem}.product-card{background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;color:#333;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 16px 48px #0003;transform:translateY(-8px)}.product-image{height:200px;overflow:hidden;width:100%}.product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem;text-align:left}.product-info h3{color:#2c3e50;font-size:1.2rem;line-height:1.4;margin-bottom:.5rem}.product-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:.9rem;line-height:1.5;margin-bottom:1rem;overflow:hidden}.product-price{color:#27ae60;font-size:1.3rem;font-weight:700}.single-item{background:#fffffff2;border-radius:12px;box-shadow:0 8px 32px #0000001a;color:#333;margin:2rem 0;padding:2rem;text-align:left}.single-item pre{word-wrap:break-word;font-size:.9rem;line-height:1.5;white-space:pre-wrap}@media (max-width:768px){.App-header{padding:1rem}.App-header h1{font-size:2rem}.url-input-section{flex-direction:column;width:100%}.url-input{max-width:400px;min-width:100%}.products-grid{gap:1rem;grid-template-columns:1fr}}
/*# sourceMappingURL=main.973b5dcb.css.map*/