.mealz-product-card{display:flex;flex-direction:column;box-sizing:border-box;height:100%;border-radius:8px;overflow:hidden;border:1px solid var(--mealz-ds-color-primary-100, #e4eaec);background:var(--mealz-ds-color-primary-text, #fff);transition:all .3s;position:relative}.mealz-product-card.added{border:1px solid var(--mealz-ds-color-primary, #24748f);background:var(--mealz-ds-color-primary-text, #fff)}.mealz-product-card .mealz-product-card__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px;color:var(--mealz-ds-color-neutral-black, #0f191f);background:var(--mealz-ds-color-primary-100, #e4eaec);transition:all .3s}.mealz-product-card .mealz-product-card__header>*:not(:last-child){margin-right:8px}.mealz-product-card .mealz-product-card__header.added{background:var(--mealz-ds-color-primary, #24748f);color:var(--core-background-background-primary, #fff)}.mealz-product-card .mealz-product-card__header.disabled{background:var(--mealz-ds-color-neutral-200, #d9dde1)}.mealz-product-card .mealz-product-card__header.unavailable{background-color:var(--mealz-ds-color-neutral-50, #f7f8f9)}.mealz-product-card .mealz-product-card__header .mealz-product-card__header-quantity{text-align:right;white-space:nowrap}.mealz-product-card .mealz-product-card__content{padding:12px;height:100%;display:flex;flex-direction:column;background-color:var(--mealz-ds-color-neutral-white, #fff);transition:background-color .3s}.mealz-product-card .mealz-product-card__content>*:not(:last-child){margin-bottom:8px}.mealz-product-card .mealz-product-card__content.disabled,.mealz-product-card .mealz-product-card__content.unavailable{justify-content:center;align-items:center;padding:12px;text-align:center}.mealz-product-card .mealz-product-card__content.disabled{background-color:var(--mealz-ds-color-neutral-200, #d9dde1)}.mealz-product-card .mealz-product-card__content.unavailable{background-color:var(--mealz-ds-color-neutral-50, #f7f8f9)}.mealz-product-card .mealz-product-card__content .mealz-product-card__selected-product{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:100%}.mealz-product-card .mealz-product-card__content .mealz-product-card__selected-product>*:not(:last-child){margin-right:12px}.mealz-product-card .mealz-product-card__content .mealz-product-card__selected-product .mealz-product-card__picture-column{flex-shrink:0}.mealz-product-card .mealz-product-card__content .mealz-product-card__selected-product .mealz-product-card__picture-column .mealz-product-card__picture{height:120px;width:120px}.mealz-product-card .mealz-product-card__content .mealz-product-card__selected-product .mealz-product-card__info-column{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.mealz-product-card .mealz-product-card__content .mealz-product-card__selected-product .mealz-product-card__info-column .mealz-product-card__details{font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:var(--mealz-ds-color-neutral-black, #0f191f)}.mealz-product-card .mealz-product-card__content .mealz-product-card__selected-product .mealz-product-card__info-column .mealz-product-card__details.product-brand{text-transform:uppercase;line-height:24px}.mealz-product-card .mealz-product-card__content .mealz-product-card__selected-product .mealz-product-card__info-column .mealz-product-card__details.product-price-per-unit{font-size:12px}.mealz-product-card .mealz-product-card__content .mealz-product-card__selected-product .mealz-product-card__info-column .mealz-product-card__link{font-size:14px}.mealz-product-card .mealz-product-card__content .mealz-product-card__lower-action{display:flex;align-items:center;justify-content:space-between}.mealz-product-card .mealz-product-card__content .mealz-product-card__lower-action>*:not(:last-child){margin-right:8px}.mealz-product-card .mealz-product-card__content .mealz-product-card__lower-action .mealz-product-card__cta{display:flex;align-items:center}.mealz-product-card .mealz-product-card__content .mealz-product-card__lower-action .mealz-product-card__cta>*:not(:last-child){margin-right:12px}.mealz-product-card .mealz-product-card__content .mealz-product-card__lower-action .mealz-product-card__cta .mealz-ds-button.square{padding:8px;height:40px;width:40px}.mealz-product-card .mealz-product-card__content .mealz-product-card__lower-action .mealz-product-card__cta .mealz-product-card__checkbox input{width:40px;height:40px;border-radius:8px}.mealz-product-card .mealz-product-card__content .mealz-product-card__lower-action .mealz-product-card__cta .mealz-product-card__loading-button{padding:14px}@media (max-width: 1023px){.mealz-product-card .mealz-product-card__content .mealz-product-card__lower-action .mealz-product-card__cta .mealz-ds-button.primary:hover:not(:disabled){background-color:var(--mealz-ds-color-primary)}}.mealz-product-card .mealz-product-card__content .mealz-product-card__lower-action .mealz-product-card__price{color:var(--mealz-ds-color-neutral-black, #0f191f);line-height:0}.mealz-product-card .mealz-product-card__content .mealz-product-card__footer__actions{display:flex;align-items:center;justify-content:center}.mealz-product-card .mealz-product-card__content .mealz-product-card__footer__actions>*:not(:last-child){margin-right:28px}.mealz-product-card .mealz-product-card__content .mealz-ds-avatar{height:64px;width:64px}.mealz-product-card .mealz-product-card__disabled-text{color:var(--mealz-ds-color-neutral-black, #0f191f)}.mealz-product-card .mealz-product-card__footer{display:flex;flex-direction:column;align-items:center;background:var(--mealz-ds-color-primary-50, #f0f3f4);padding:8px}.mealz-product-card .mealz-product-card__footer .light-text{color:var(--mealz-ds-color-neutral-black, #0f191f);opacity:.5}
