.cart__product{align-items:center;display:grid;gap:12px;grid-template-columns:100px auto;padding:12px 0;width:100%}@media(min-width:1024px){.cart__product{gap:16px;grid-template-columns:156px auto;padding:16px 0}}.cart__product_loading{opacity:.3}.cart__img{border-radius:16px;overflow:hidden;padding-bottom:80%;position:relative}.cart__img img{height:100%;left:0;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.cart__img_empty{background:#f2f2f2 url(~assets/img/placeholder.svg) 50%/60px no-repeat}.cart__name{font-size:16px;font-weight:700;line-height:140%;margin-bottom:8px}@media(min-width:1024px){.cart__name{font-size:20px}}.cart__col{align-items:center;display:flex;justify-content:space-between}.cart-free{color:#8f959c;font-size:12px;font-weight:400;line-height:140%;margin-top:6px}@media(min-width:1024px){.cart-free{font-size:16px;margin-top:8px}}.cart-free span{color:#6a00af}.cart__total{align-items:center;display:flex;font-size:20px;font-weight:700;line-height:140%}.cart__total .roller{margin-right:4px}.cart-toppings{color:var(--grey);font-size:14px;line-height:140%;margin-bottom:16px}@media(min-width:1024px){.cart-toppings{font-size:16px}}.cart-toppings__item{align-items:center;display:flex;justify-content:space-between}.cart-toppings__item:not(:last-child){margin-bottom:8px}.cart-counter{align-items:center;border:1px solid var(--grey-light);border-radius:32px;display:flex;height:42px;justify-content:space-between;max-width:120px;width:100%}@media(min-width:1024px){.cart-counter{height:64px;max-width:170px}}.cart-counter .icon{height:18px;width:18px}@media(min-width:1024px){.cart-counter .icon{height:24px;width:24px}}.cart-counter__value{display:flex;font-size:14px;font-weight:600;line-height:140%;margin-bottom:2px;white-space:nowrap}@media(min-width:1024px){.cart-counter__value{font-size:18px}}.cart-counter__value .roller{margin-right:4px}.cart-counter__btn{align-items:center;display:flex;justify-content:center;padding:11px 8px}@media(min-width:1024px){.cart-counter__btn{padding:20px 16px}}.cart-counter__btn:disabled{cursor:not-allowed;opacity:.5}.cart-counter__btn_remove{color:var(--grey);transition:color .1s ease-in-out}@media(min-width:1024px){.cart-counter__btn_remove:hover{color:var(--danger)}}
