.basket-offer-items {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.basket-offer-item {
    cursor: pointer;
    white-space: nowrap !important;
}

.basket-offer-item:hover {
    text-decoration: underline;
}
