.basket-widget{display:flex;flex-direction:column;grid-gap:16px;gap:16px;border-radius:12px;width:442px;max-height:556px}.basket-widget__list{min-height:0;max-height:400px;flex:1 1 auto;display:flex;flex-direction:column;grid-gap:16px;gap:16px;border-bottom:1px solid #ececec;padding-bottom:16px}.basket-widget__list-header{display:flex;justify-content:space-between;flex:0 0 auto}.basket-widget__item-description{width:246px;display:flex;flex-direction:column;font-size:12px;line-height:14px}.basket-widget__container{overflow-y:auto;display:flex;flex-direction:column;grid-gap:16px;gap:16px}.basket-widget__item-title{width:100%;display:flex;margin-bottom:4px;justify-content:flex-start}.basket-widget__item-title>*{text-align:left}.basket-widget__item-price{margin-top:2px;margin-left:auto;font-weight:600;line-height:16px}.basket-widget__text--bold{font-size:14px;font-weight:600;line-height:16px}.basket-widget__text--grey{color:#a3a3a3}.basket-widget__text--sm{font-size:12px}.basket-widget__text--margin{margin-top:4px;margin-left:auto}.basket-widget__item{display:flex;grid-gap:8px;gap:8px;align-items:flex-start}.basket-widget__item--disabled .basket-widget__image,.basket-widget__item--disabled .basket-widget__item-description{opacity:.6}.basket-widget__image{width:44px;height:44px;margin-right:4px}.basket-widget__footer{display:flex;justify-content:space-between;align-items:center;line-height:16px}.basket-widget__total{display:flex;flex-direction:column}.basket-widget__to-cart{width:124px}