@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);.App{background-color:#f4f7f9;background-color:var(
    --background-color,#f4f7f9
  );display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1;margin:0 auto;max-width:1200px;padding:1rem;width:100%}.product-details-section h2,.product-summary-section h2,.reviews-section h2,.sales-data-section h2{border-bottom:2px solid #e0e0e0;color:#052849;font-size:1.75rem;margin-bottom:1rem;padding-bottom:.5rem}.product-summary-layout{display:flex;flex-direction:column;gap:1rem}.product-image-container{flex-shrink:0;text-align:center}.product-main-image{border-radius:6px;margin-bottom:1rem;max-width:250px;width:100%}.star-rating-component{align-items:center;color:#f39c12;display:flex;gap:.5rem;margin-bottom:1rem}.star-rating-component .rating-value{color:#333;font-weight:700}.star-rating-component .num-reviews{color:#7f8c8d;font-size:.9em}.sales-data-layout{display:flex;flex-direction:column;gap:1.5rem}.sales-chart-container,.sales-table-container{display:flex;flex-direction:column;width:100%}.sales-chart-container .sales-chart{flex-grow:1;max-height:400px;width:100%}.reviews-list{list-style-type:none;padding-left:0}.review-item{border-radius:6px;margin-bottom:1rem}.review-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.review-customer{color:#052849;font-weight:700}.review-score{color:#f39c12}@media (min-width:768px){.main-content{padding:2rem}.product-details-section h2,.product-summary-section h2,.reviews-section h2,.sales-data-section h2{font-size:2rem}.product-summary-layout{align-items:flex-start;flex-direction:row}.product-image-container{flex:0 0 300px;text-align:left}.product-main-image{max-width:100%}.sales-chart-container .sales-chart{max-height:450px}}@media (min-width:1024px){.sales-data-layout{align-items:stretch}.sales-data-layout>div{flex:1 1 auto;min-width:0}.sales-chart-container .sales-chart,.sales-table-container .MuiTableContainer-root{height:auto}.sales-chart-container .sales-chart{max-height:500px}.sales-table-container .MuiTableContainer-root{height:500px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4f7f9;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;min-height:100vh}#root,body{display:flex;flex-direction:column}#root{flex-grow:1;width:100%}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}img{display:block;height:auto;max-width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:.75em}
/*# sourceMappingURL=main.4e132f0b.css.map*/