.basket__item::after{
content: "";
position: absolute;
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
z-index: -1;
}.basket__title:nth-child(1),
.basket__box:nth-child(1){
min-width: 455px;
max-width: 275px;
padding-left: 36px;
padding-right: 20px;
width: 100%;
}
.basket__title:nth-child(2),
.basket__box:nth-child(2)
{
min-width: 170px;
max-width: 170px;
}
.basket__title:nth-child(3),
.basket__box:nth-child(3)
{
min-width: 135px;
max-width: 135px;
}
.basket__title:nth-child(4),
.basket__box:nth-child(4)
{
min-width: 180px;
max-width: 180px;
}
.basket__title:nth-child(5),
.basket__box:nth-child(5)
{
min-width: 200px;
max-width: 200px;
}
.basket__box:nth-child(6),
.basket__box:nth-child(6) {
min-width: 50px;
max-width: 50px;
}min-width: 50px;
max-width: 50px;Но тогда прокрутка будет всегда ( даже на самых больших экранах)
min-width: 455px;
max-width: 275px;
width: 100%; flex-shrink: 0
width: 50px