body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.header,body{background-color:#333232}.header{display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center}.header,.header-title{color:#fff}.header-right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.cart-icon{height:24px;width:24px;margin-right:18px}.button-cart{padding:6px 40px;font-size:1.3rem;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;border-radius:8px;cursor:pointer;background-color:#fff;color:#333232;font-weight:700;text-decoration:none}.button-cart,.products{display:-webkit-flex;display:flex}.products{-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:10px;-webkit-justify-content:space-evenly;justify-content:space-evenly}.item-card{-webkit-flex:1 0 25%;flex:1 0 25%;border:1px solid #000;border-radius:10px;margin:16px;background-color:#fff}.item-header{-webkit-flex-direction:column;flex-direction:column}.item-header,.item-title{display:-webkit-flex;display:flex}.item-title{-webkit-flex-wrap:wrap;flex-wrap:wrap;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;text-decoration:none;color:#000;font-size:1.3rem;font-weight:500;margin-right:10px}.item-price{font-size:1.1rem;color:red}.item-header-up{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:15px 25px}.item-header-down{margin:auto}.item-header-button{padding:6px 80px;border-radius:8px;cursor:pointer}.item-image{height:300px;width:300px;object-fit:cover;margin:20px;border-radius:10px}.cart-image{height:100px;width:150px;margin:6px;border:1px solid #fff;border-radius:8px}.cart-list{display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center;list-style-type:none}.cart-list,.cart-ul{color:#fff;font-size:1.4rem;background-color:#333232}li{width:35%;border-bottom:1px solid #fff;padding-bottom:16px;margin-bottom:16px}.add-count-button,.remove-item-button,.subtract-count-button{border:none;padding:10px 15px;width:50px;cursor:pointer;color:#fff;font-size:1.3rem;border-radius:4px;margin:2px;font-weight:700}.remove-item-button{background-color:#fd6262}.add-count-button{background-color:#82b94b}.subtract-count-button{background-color:#b9bdb5}.total-price{color:#333232;padding:30px;width:30%;margin:20px auto;border-radius:8px;font-size:1.8rem;font-weight:700;background-color:#fff;-webkit-justify-content:center;justify-content:center}.product-detail,.total-price{display:-webkit-flex;display:flex}.product-detail{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;margin-top:20px}.detail-image{height:400px;width:450px;border:2px solid #fff;border-radius:8px}.detail-name,.detail-price{font-size:1.8rem;margin:20px;color:#fff}
/*# sourceMappingURL=main.b8b3443c.chunk.css.map */