.cart-up{display:flex;flex-direction:column;gap:var(--spacing-l)}.cart-up__header{font-family:var(--font-family);font-size:36px;font-weight:var(--font-weight-bold);line-height:46px}.cart-product-card{background-color:var(--color-white);border-radius:10px;-moz-column-gap:38px;column-gap:38px;display:grid;grid-template-areas:"image quantity storage id counter price delete" "image multiplicity multiplicity id counter price delete" "image name name name counter price delete" "image traits traits traits counter price delete";grid-template-columns:100px auto 170px 1fr 140px 130px 24px;grid-template-rows:1em auto 1fr auto;justify-content:center;padding:var(--spacing-l) 30px;position:relative;row-gap:5px}.cart-product-card__traits{grid-area:traits;margin-right:auto;white-space:nowrap}.cart-product-card__image{cursor:pointer;grid-area:image;height:100px;-o-object-fit:contain;object-fit:contain;width:100px}.cart-product-card__id{color:var(--color-grey-3);font-family:var(--font-family);font-size:14px;font-weight:var(--font-weight-regular);grid-area:id;line-height:22px}.cart-product-card__quantity{grid-area:quantity}.cart-product-card__storage{grid-area:storage}.cart-product-card__multiplicity{grid-area:multiplicity}.cart-product-card__name{color:var(--color-black);display:-webkit-box;font-family:var(--font-family);font-size:16px;font-weight:var(--font-weight-bold);grid-area:name;height:3em;line-height:24px;-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.cart-product-card__counter{align-self:center;grid-area:counter}.cart-product-card__price{align-self:center;display:flex;flex-direction:column;grid-area:price}.cart-product-card__price-cashless{color:var(--color-grey-3);font-family:var(--font-family);font-size:14px;font-weight:var(--font-weight-medium);line-height:22px}.cart-product-card__price-loader{align-self:center;grid-area:price;justify-self:center}.cart-product-card__delete{height:24px;width:24px;stroke:var(--color-grey-3);cursor:pointer}.cart-product-card__delete,.cart-product-card__delete-loader{align-self:center;grid-area:delete}@media (768px <= width < 1280px){.cart-product-card{-moz-column-gap:20px;column-gap:20px;grid-template-columns:100px auto 130px 1fr 110px minmax(auto,120px) 24px}}@media (width < 768px){.cart-product-card{-moz-column-gap:0;column-gap:0;grid-template-areas:"delete delete" "image image" "quantity id" "storage multiplicity" "name name" "traits traits" "counter price";grid-template-columns:1fr 1fr;grid-template-rows:24px 100px 1em auto 1fr auto 70px;padding:var(--spacing-l);row-gap:10px}.cart-product-card__id,.cart-product-card__price{justify-self:end}.cart-product-card__counter{justify-self:start}.cart-product-card__delete,.cart-product-card__delete-loader{justify-self:end}}.cart-products-wrapper{display:flex;flex-direction:column;gap:var(--spacing-l)}.cart-products-wrapper__empty-products{height:100%;width:100%}:root{--font-family:"PT Root UI",sans-serif;--font-weight-medium:500;--font-weight-regular:400;--font-weight-bold:700;--color-brand-primary:#0d56e7;--color-brand-secondary:#ff6f00;--color-warning-background:#fef5ee;--color-white:#fff;--color-black:#111;--color-grey-1:#323233;--color-grey-2:#555658;--color-grey-3:#77787b;--color-grey-4:#9c9fa1;--color-grey-5:#b4b7bb;--color-grey-6:#d1d3d6;--color-grey-7:#eaecee;--color-grey-8:#f7f8f9;--color-grey-9:#fafafb;--spacing-xxs:4px;--spacing-xs:8px;--spacing-s:12px;--spacing-m:16px;--spacing-l:20px;--spacing-xl:24px;--spacing-xxl:32px;--spacing-xxxl:40px}.order-summary{background-color:var(--color-white);border-radius:10px;display:flex;flex-direction:column;gap:var(--spacing-l);padding:var(--spacing-l)}.order-summary__header{font-family:var(--font-family);font-size:20px;font-weight:var(--font-weight-medium);line-height:28px}.order-summary__prices{display:flex;flex-direction:column;gap:var(--spacing-xs)}.order-summary__cash{font-size:20px;font-weight:var(--font-weight-bold);line-height:28px}.order-summary__cash,.order-summary__cashless{display:flex;font-family:var(--font-family);justify-content:space-between}.order-summary__cashless{color:var(--color-grey-3);font-size:16px;font-weight:var(--font-weight-medium);line-height:22px}.order-summary__modal{display:flex;flex-direction:column;gap:10px;justify-content:center}.order-summary__modal span{font-family:var(--font-family);font-size:16px;font-weight:var(--font-weight-medium);line-height:22px}
