html,body{background:#000;color:#fff;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;margin:0;padding:0;height:100%;line-height:1.5;font-weight:400}#root{min-height:100vh;min-width:100vw;display:flex;justify-content:center;align-items:center}.center-wrapper{background:#222;min-height:100vh;height:auto;display:block;width:2000px}a,button{color:#fff;background:#1a7f37;padding:8px 16px;border-radius:6px;text-decoration:none;display:inline-block;transition:background .2s;font-weight:500;box-shadow:0 2px 6px #00000014;border:none;cursor:pointer}a:hover{background:#145c27}button:disabled{background:#777;cursor:not-allowed}h1{text-align:center}.header-bar{background:#1a7f37;display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;min-height:140px}.header-left{display:flex;align-items:center;flex:1;min-width:0;cursor:pointer}.logo{height:100px;margin-right:12px}.header-title{font-size:1.5em;font-weight:700}.header-title-group{display:flex;flex-direction:column;justify-content:center;border-right:1px solid #333;padding-right:1em}.header-subtitle{font-size:1em;font-weight:400;color:#333;margin-top:.2em}.header-center{flex:1;text-align:center;pointer-events:none}.page-title{font-size:4em;font-weight:500}.header-right{display:flex;align-items:center;justify-content:flex-end;flex:1;min-width:0;cursor:pointer}.cart-icon{height:60px;margin-right:12px}.cart-quantity{font-size:2em;font-weight:400;color:#333;margin-top:.2em}.to-products{font-size:2em;font-weight:400;margin-left:1em;color:#333}.cart-item{display:flex;flex-direction:row;align-items:center;gap:24px;border:1px solid #ccc;padding:16px;border-radius:8px;margin:16px}.cart-item-image{flex:0 0 120px;max-width:120px;height:auto;border-radius:8px;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:center}.delete-button{background-color:red;color:#fff;border:none;padding:8px 16px}.cart-buttons button{padding:16px;margin:16px}.landing-background{background:url(/learning_react/forest.png) no-repeat center center;background-size:cover;height:100vh;width:100%;z-index:-1}.landing-row{display:flex;flex-direction:row;width:100%;align-items:center}.landing-col{flex:1;padding:24px}.left{border-right:1px solid #eee}.product-item{background:#444;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;align-items:center;max-width:500px}.product-image{width:400px;height:400px;border-radius:8px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-price{font-size:1.5em;font-weight:700}.product-listing{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;justify-items:center}h2{border-top:1px solid #888;text-align:center}
