body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.product-image{position:relative}.product-image__img{border-radius:2px;width:100%}@media(min-width:46.25em){.product-image__img{height:300px}}.product-image__img--small{height:150px;width:150px}.product-image__logo{background:#0000;border:none;font-size:x-large;position:absolute;right:8px;top:8px}.product-card{background:#fff;border:1px solid #e8e8e8;border-radius:4px;display:flex;flex-direction:column;margin:16px;padding:8px}@media(min-width:46.25em){.product-card{margin:24px;padding:16px;width:300px}}.product-card__name-price{display:flex;flex-direction:row;font-size:large;font-weight:500;justify-content:space-between;padding:8px 0}.product-card__description{padding:0}@media(min-width:46.25em){.product-card__description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}}.product-card__checkout{justify-content:space-between;padding:8px 0}.product-card__checkout,.title{display:flex;flex-direction:row}.title{background-color:#f5b867;border-bottom:1px solid #b76e0c;justify-content:center;padding:16px;position:relative}@media(min-width:46.25em){.title{padding:24px}}.title__text{font-weight:500}.title__icon,.title__text{align-self:center;font-size:x-large}.title__icon{position:absolute;right:16px}.filters{background:#fdf0df;border-bottom:1px solid #b76e0c;display:flex;justify-content:space-between;padding:8px 16px}@media(min-width:46.25em){.filters{justify-content:space-around;padding:16px 24px}}.filters__items-shown{font-weight:500}.product-list{display:flex;flex:6 4 320px;flex-direction:column;padding-bottom:24px}@media(min-width:46.25em){.product-list{border:1px solid #b76e0c}}.product-list__items{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;overflow-y:auto;padding:16px 0}@media(min-width:46.25em){.product-list__items{padding:24px 0}}.loading-bar{background-color:#b76e0c;height:5px;position:relative}.cart-item{background:#fff;border:1px solid #e8e8e8;border-radius:4px;display:flex;margin:16px}@media(min-width:46.25em){.cart-item{margin:24px}}.cart-item__info{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:8px}.cart-item__control{display:flex;flex-direction:row}.cart-item__amount{border:1px solid #767676;padding:0 4px}.cart-item__price{align-self:flex-end;flex:none;font-weight:500;padding:8px 0}.cart{display:flex;flex:1 0 320px;flex-direction:column}@media(min-width:46.25em){.cart{border:1px solid #b76e0c}}.cart__items{display:flex;flex-direction:column;overflow-y:auto;padding:16px 0}@media(min-width:46.25em){.cart__items{padding:24px 0}}.cart__checkout{background:#fdf0df;border-top:1px solid #b76e0c;display:flex;justify-content:flex-end;margin-top:auto;padding:16px}@media(min-width:46.25em){.cart__checkout{padding:24px}}.cart__checkout-text{font-size:x-large;font-weight:500}.app{background-color:#f7f7f7;display:flex;flex-direction:row;height:100vh}