*{padding:0;margin:0}html,body,#root{height:100%}#root{display:flex;flex-direction:column}.app{display:flex;justify-content:center;align-items:center;background-color:#f3e6d8;height:100vh}.product-image{width:100%;height:17rem;overflow:hidden;border-radius:1.25rem 1.25rem 0 0}.imageMobile{width:100%;height:100%;object-fit:cover;display:block}@media screen and (min-width: 768px){.product-image{width:60rem;height:100%;overflow:hidden;border-radius:1.25rem 0 0 1.25rem}.imageMobile{width:100%;height:100%;object-fit:cover;display:block}}.product-info-container{padding:1.5rem}.product-info-p{margin-bottom:1rem;font-size:1rem;color:#9c9c9c}.product-info-name{margin-bottom:1rem;font-size:2rem;font-weight:700}.product-info-description{margin-bottom:1rem;font-size:1rem;color:#919191}.product-info-price-container{display:flex;justify-content:start;align-items:center;margin-bottom:1rem}.product-info-price{font-size:1.5rem;font-weight:700;margin-right:1rem;color:#3c8067}.product-info-price-discount{font-size:1rem;font-weight:400;color:#9e9e9e;text-decoration:line-through}.product-info-add{display:flex;justify-content:center;align-items:center;width:100%;height:3rem;background-color:#3c8067;color:#fff;border:none;border-radius:.5rem;cursor:pointer}.product-info-add:hover{background-color:#4da383}.cart-icon{margin-right:1rem}@media screen and (min-width: 768px){.product-info-container{padding:2rem}.product-info-p{margin-bottom:1rem;font-size:1rem;color:#9c9c9c}.product-info-name{margin-bottom:1.5rem;font-size:2.2rem;font-weight:800}.product-info-description{margin-bottom:1.5rem;font-size:1rem;color:#919191}.product-info-price-container{display:flex;justify-content:start;align-items:center;margin-bottom:1.5rem}.product-info-price{font-size:1.8rem;font-weight:700;margin-right:1rem;color:#3c8067}.product-info-price-discount{font-size:1rem;font-weight:400;color:#9e9e9e;text-decoration:line-through}.product-info-add{display:flex;justify-content:center;align-items:center;width:100%;height:3rem;background-color:#3c8067;color:#fff;border:none;border-radius:.5rem;cursor:pointer}.cart-icon{margin-right:1rem}}.card{width:20rem;height:40rem;background-color:#fff;border-radius:1.25rem}@media screen and (min-width: 768px){.card{display:flex;flex-direction:row;width:35rem;height:28rem}}
