:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.nav-bar{display:flex;background-color:#c7c7c7;width:70%;border:none;border-radius:44px;height:60px;justify-content:space-around;align-items:center}.nav-bar a{font-size:24px;font-weight:700;color:#000;text-decoration:none}.home button{background-color:#3d3d3d;padding:10px 24px;border:none;border-radius:8px}.home p{font-size:20px;font-weight:550;color:#000}.home a{color:#fff;font-size:24px;text-decoration:none;font-weight:600;font-style:italic}.home h1{font-size:45px;color:#000}.shop{background-color:#eeeded;border:none;border-radius:50px;width:95%}.shop h2{font-size:40px;font-weight:700;margin:20px 0 0;color:#000}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(275px,1fr));gap:2rem;padding:2rem}.product-card{border:1px solid #ccc;border-radius:20px;padding:1rem;display:flex;flex-direction:column;background-color:#fff;align-items:center;justify-content:space-between}.product-card a{text-decoration:none;color:inherit}.product-card h3{font-size:23px;color:#000}.product-card p{font-size:20px;font-weight:bolder;color:#000}.product-card img{width:100%;height:200px;object-fit:contain;margin-bottom:1rem}.add-to-cart-button{background-color:#3d3d3d;padding:9px 15px;border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:550;cursor:pointer}.product-card:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px);transition:all .3s ease}.quantity-controls{display:flex;align-items:center;gap:.5rem;margin:1rem 0}.quantity-controls input{width:50px;text-align:center;border-radius:5px;color:#000;background-color:#fff}.quantity-controls button{border-radius:5px;color:#000;background-color:#fff}.cart-page{padding:2rem;width:95%;display:flex;flex-direction:column}.cart-page h2{font-size:33px;color:#000}.cart-page p{font-size:18px;color:#000}.cart-items{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.cart-item{display:flex;gap:1rem;padding:1rem;border:1px solid #ccc;border-radius:8px;width:38%;height:220px}.cart-item img{width:40%;height:auto;object-fit:contain}.cart-info{width:58%;display:flex;flex-direction:column;align-items:end;justify-content:space-between}.cart-info h3{font-size:22px;margin:0;text-align:right;color:#000}.cart-info p{font-size:18px;font-weight:700;color:#000}.cart-info input{width:15%;height:6px;border-radius:8px;padding:8px;text-align:center;color:#000;background-color:#fff}.cart-info button{background-color:#3d3d3d;padding:9px 15px;width:45%;border:none;border-radius:8px;color:#fff;font-size:15px;font-weight:550;cursor:pointer}.cart-summary h3{font-size:25px;color:#000}.cart-summary button{background-color:#3d3d3d;padding:12px 15px;width:20%;border:none;border-radius:8px;color:#fff;font-size:18px;font-weight:550;cursor:pointer}.checkout-modal{padding:2rem;border-radius:8px;border:none;background-color:#fff}.checkout-modal form{display:flex;flex-direction:column;gap:1rem;width:400px;height:300px;justify-content:space-between;background-color:#fff}.checkout-modal form h2{font-size:29px;margin:0;color:#000}.checkout-modal form label{font-size:18px;font-weight:600;display:flex;gap:20px;justify-content:space-between;align-items:center;color:#000}.checkout-modal form label input{width:250px;border:1.8px solid black;border-radius:8px;background-color:#e9e8e8;height:30px;padding:0 20px;font-size:16px;color:#000}.actions{display:flex;justify-content:space-around;gap:1rem}.actions button{background-color:#3d3d3d;padding:12px 15px;border:none;border-radius:8px;color:#fff;font-size:17px;font-weight:550;cursor:pointer}.about{width:75%}.about h1{font-size:45px;color:#000}.about p{font-size:20px;color:#000}.product-details{display:grid;grid-template-columns:1fr 1.4fr;gap:2rem;padding:2rem;max-width:1200px;margin:0 auto}.product-image{display:flex;align-items:center}.product-image img{width:75%;height:auto}.product-info{display:flex;flex-direction:column;align-items:start;gap:0}.product-info h1{font-size:42px;color:#000}.rating{display:flex;justify-content:left;gap:.5rem;align-items:center}.rating span{font-size:18px;font-weight:600;color:#000}.star{color:#ccc;font-size:1.5rem}.star.filled{color:#ffd000}.rating-count{color:#666}.price{font-size:1.5rem;font-weight:700;color:#000}.description{line-height:1.6;color:#666;text-align:left;font-size:18px;color:#000}.add-to-cart{background-color:#3d3d3d;padding:14px 25px;border:none;border-radius:8px;color:#fff;font-size:20px;font-weight:550;cursor:pointer}#root{width:1344px;min-width:1280px;margin:0 auto;padding:2rem;text-align:center;min-height:91vh;display:flex;flex-direction:column;align-items:center;gap:30px;background-color:#fff}
