@import"https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Rubik:ital,wght@0,300..900;1,300..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";.app-container{display:grid;grid-template-rows:auto 1fr;gap:1rem;padding:5rem}.app-header{grid-row:1/2;text-align:start;margin-bottom:1rem}.app-header__title{font-size:2rem;font-weight:700}.app-main{display:grid;grid-template-columns:2fr 1fr;gap:1rem;align-items:start}.app-main__desserts{grid-column:1/2;display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));column-gap:1rem;row-gap:1.5rem}.app-main__cart{grid-column:2/3}@media (max-width: 50rem){.app-container{padding:1rem}.app-main{display:flex;flex-direction:column;align-items:center}}.dessert{display:flex;flex-direction:column;align-items:start;justify-content:center;max-width:20rem;position:relative;row-gap:.375rem}.dessert__image{border-radius:.5rem;max-width:100%;margin-block-end:1.5rem}.dessert__image--in-cart{border:.125rem solid hsl(14,86%,42%)}.dessert__buy-button{background-color:#fcf9f7;color:#260f08;font-weight:600;font-size:.875rem;display:flex;align-items:center;justify-content:center;align-self:center;position:absolute;bottom:5.4rem;border-radius:2rem;border:1px solid hsl(7,20%,60%);gap:.5rem;padding:.75rem 1.5rem;width:65%;cursor:pointer;transition:color .2s ease}.dessert__buy-button:hover{border:.125rem solid hsl(14,86%,42%);color:#c73a0f}.dessert__category{font-size:.875rem;color:#ad8985}.dessert__name{font-size:1rem;font-weight:700}.dessert__price{color:#c73a0f;font-weight:600}.dessert__quantity-selector{display:flex;justify-content:space-between;align-items:center;background-color:#c73a0f;padding:.75rem 1.5rem;align-self:center;position:absolute;bottom:5.4rem;border-radius:2rem;border:1px solid hsl(14,86%,42%);gap:.5rem;padding:.75rem 1rem;cursor:pointer;width:65%}.dessert__quantity-button{all:unset;width:1.25rem;height:1.25rem;border-radius:50%;border:1px solid hsl(20,50%,98%);display:flex;justify-content:center;align-items:center;font-size:.875rem}.dessert__quantity-button:hover{background-color:#fcf9f7}.dessert__quantity-button:hover>svg path{fill:#c73a0f}.dessert__quantity{color:#fcf9f7}.cart-item{display:flex;justify-content:space-between;align-items:center;width:100%;background-color:#fcf9f7;font-size:.875rem;border-block-end:1px solid hsl(13,31%,94%);padding-block-end:.75rem}.cart-item__content{display:flex;flex-direction:column;row-gap:.5rem}.cart-item__name{font-size:.875rem}.cart-item__details{display:flex;flex-direction:row;column-gap:1rem}.cart-item__amount{font-weight:600;color:#c73a0f}.cart-item__price-per-item{color:#87635a}.cart-item__total-price{color:#87635a;font-weight:600}.cart-item__remove-button{all:unset;width:1rem;height:1rem;border-radius:50%;border:2px solid hsl(14,25%,72%);display:flex;justify-content:center;align-items:center}.cart-item__remove-button:hover{cursor:pointer;border:2px solid hsl(14,65%,9%)}.cart-item__remove-button:hover>svg path{fill:#260f08}.cart{width:100%;background-color:#fcf9f7;border-radius:1rem;display:flex;flex-direction:column;align-items:center;padding:1.5rem}.cart__title{color:#c73a0f;align-self:start;padding-block-end:1.5rem}.cart__content{display:flex;flex-direction:column;width:auto;height:auto}.cart__empty-image{width:auto;height:auto;display:block;justify-self:center}.cart__empty-text{color:#ad8985;font-weight:600}.cart__items{width:100%;display:flex;flex-direction:column;row-gap:1rem}.cart__summary{display:flex;justify-content:space-between;align-items:center;padding-block:1rem;width:100%}.cart__summary-label{color:#260f08;font-size:.875rem;font-weight:500}.cart__summary-price{font-size:1.5rem;font-weight:700;color:#260f08}.cart__carbon-neutral{display:flex;align-items:center;justify-content:center;column-gap:.5rem;background-color:#f4edeb;width:100%;padding:1rem;border-radius:.5rem;font-size:.875rem;font-weight:500}.cart__confirm-order-button{all:unset;box-sizing:border-box;border-radius:2rem;background-color:#c73a0f;color:#f4edeb;padding:1rem;margin-block-start:1.5rem;width:100%;text-align:center;display:block}.cart__confirm-order-button:hover{cursor:pointer;background-color:#c73a0fbf}.cart__confirm-order-button:active{cursor:pointer;background-color:#982c0b}.order-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;background-color:#f4edeb;border-radius:.5rem;padding:1rem;font-size:.875rem}.order-item__image{display:block;max-width:3rem;border-radius:.25rem}.order-item__info{display:flex;flex-direction:column;row-gap:.5rem;margin-inline-end:auto}.order-item__name{font-size:.875rem}.order-item__details{display:flex;flex-direction:row;column-gap:1rem}.order-item__amount{font-weight:600;color:#c73a0f}.order-item__price-per-item{color:#87635a}.order-item__price{color:#260f08;font-weight:600}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{font-family:Red Hat Text,"sans-serif";color:#260f08;background-color:#f4edeb}.order{max-height:90vh;overflow-y:auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fcf9f7;padding:2rem;border-radius:.5rem;z-index:1001;width:33%;margin-block-end:2rem}.order::-webkit-scrollbar{display:none}.order__header{display:flex;flex-direction:column;align-items:start;row-gap:.5rem}.order__confirm-icon{display:block;width:2rem}.order__title{font-size:2.25rem;font-weight:700;color:#260f08}.order__message{font-size:1rem;padding-block-end:1rem;color:#87635a}.order__items{margin-bottom:1rem;background-color:#f4edeb;border-radius:.5rem}.order__summary{display:flex;justify-content:space-between;align-items:center;background-color:#f4edeb;padding-block:1rem;width:100%;padding:1rem;border-radius:.5rem}.order__summary-label{color:#260f08;font-size:.875rem;font-weight:500}.order__summary-price{font-size:1.5rem;font-weight:700;color:#260f08}.order__new-button{all:unset;box-sizing:border-box;border-radius:2rem;background-color:#c73a0f;color:#f4edeb;padding:1rem;margin-block-start:1.5rem;width:100%;text-align:center;display:block}.order__new-button:hover{cursor:pointer;background-color:#c73a0fbf}.order__new-button:active{cursor:pointer;background-color:#982c0b}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000}@media (max-width: 50rem){.order{position:fixed;left:50%;width:100%;top:55%;height:90vh;border-radius:1rem 1rem 0 0;overflow:scroll}.order__title{font-size:2.5rem}.order__confirm-icon{width:2.5rem}.order__new-button{position:sticky;bottom:1rem}}
