.cart{align-items:space-between;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;margin:16px 8px;width:calc(100% - 16px)}@media (min-width:768px){.cart{gap:16px;margin:16px;width:calc(100% - 32px)}}.cart__products{align-items:stretch;gap:8px}.cart__empty,.cart__products{display:flex;flex-direction:column;justify-content:flex-start}.cart__empty{align-items:center;gap:18px;padding:16px}.cart__empty .icon{color:rgba(var(--brand-main-rgb)/40%);font-size:4.8rem}.cart__note{color:var(--mono-6);font-size:.88em;margin:0;text-align:center}.cart-product-card{border:1px solid var(--card-border);border-radius:var(--shape-border-radius);display:grid;grid-template-columns:min-content auto auto;grid-template-rows:auto auto 44px;overflow:hidden}.cart-product-card__image{background:var(--mono-0);border-radius:unset;border-right:1px solid var(--card-border);grid-row:1/3;width:64px}.cart-product-card__image .image-fallback .icon{font-size:2rem}.cart-product-card__product-number,.cart-product-card__title{grid-column:2/3;width:100%}.cart-product-card__title{font-weight:600;grid-row:1;margin:8px 8px 2px}.cart-product-card__product-number{color:var(--mono-6);font-size:.8em;grid-row:2;margin:2px 8px 8px}.cart-product-card__toolbar{align-items:center;border-top:1px solid var(--card-border);display:flex;grid-column:1/-1;grid-row:3;justify-content:flex-start}.cart-product-card__toolbar__remove{border-radius:unset;border-right:1px solid var(--card-border)}.cart-product-card__toolbar__remove:focus,.cart-product-card__toolbar__remove:focus-within{border-color:var(--card-border)}@media only screen and (hover:hover) and (pointer:fine){.cart-product-card__toolbar__remove:hover{border-color:var(--card-border)}}.cart-product-card__toolbar__price{flex:1 0 auto;margin:4px 8px;text-align:center}.cart-product-card__toolbar__calculation{align-items:center;background:var(--list-row-even);box-sizing:border-box;display:flex;flex:1 1 100%;gap:4px;height:100%;justify-content:flex-end;margin:0;padding:4px 8px}.cart-product-card__toolbar__calculation__note{opacity:.64}.cart-product-card__toolbar__calculation__total{color:var(--text-color)}.cart-product-card__toolbar .input-group{border-right:1px solid var(--card-border);flex:1 1 auto;gap:0;height:44px;margin:0;max-width:160px}.cart-product-card__toolbar .input-group__field{flex:1}.cart-product-card__toolbar .input-group__field input{background:unset;border:unset;height:44px;margin:0;padding:8px 12px;transition:background .24s,color .24s,border-color .24s;width:100%}.cart-product-card__toolbar .input-group .button{background:oklch(from var(--button-main-background) l c h/16%);border:unset;border-radius:calc(var(--input-border-radius) - 2px);color:var(--button-main-background);font-size:1.6em;height:36px;margin:4px 4px 4px 0;min-height:unset;order:1;width:36px}.cart-product-card__toolbar .input-group .button:focus,.cart-product-card__toolbar .input-group .button:focus-within{background:oklch(from var(--button-main-background) l c h/24%)}@media only screen and (hover:hover) and (pointer:fine){.cart-product-card__toolbar .input-group .button:hover{background:oklch(from var(--button-main-background) l c h/24%)}}.cart-product-card__toolbar .input-group .button:active{background:var(--brand-main);color:var(--brand-main-label)}

/*# sourceMappingURL=cart.css.map*/