.hex-basket-list{display:flex;flex-direction:column;gap:8px;width:100%}.hex-basket-list__item{align-items:flex-end;display:flex;gap:8px;width:100%}.hex-basket-list__item:not(:last-child){border-bottom:1px solid var(--hex-color-border);padding-bottom:8px}.hex-basket-list__content{display:flex;flex:1;flex-direction:column;gap:8px;justify-content:flex-end}.hex-basket-list__title{font-family:var(--hex-font-bold)}.hex-basket-list__price,.hex-basket-list__title{color:var(--hex-color-text-dark);font-size:16px}.hex-basket-list__image{border-radius:var(--hex-border-radius);height:96px;overflow:hidden;width:96px}.hex-basket-list__image--xl{height:180px;width:128px}.hex-basket-list__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}
