/* Расширенная область клика для +/- в корзине */
.wrapper__quantity {
    position: relative;
}
.checkout__minus,
.checkout__plus {
    position: relative;
}
.checkout__minus::after,
.checkout__plus::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -10px;
    right: -10px;
    bottom: -15px;
}
