#header-basket ul{max-height:210px;overflow-y:auto}#header-basket ul li{overflow:hidden}#header-basket ul li .basket-remove{position:absolute;background-color:#fff;color:#ab091e;left:-30px;bottom:30px;border-radius:8px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:16px;transition:left .2s;border:unset;padding:8px}#header-basket ul li:hover .basket-remove{left:0}#header-basket ul li:first-child{border-radius:8px 8px 0 0}