[data-blockui] {
    position: relative;
}
[data-blockui]:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: background-color 0.4s ease-in, opacity 0.5s ease-in;
    display: flex;
    background-color: #f6f6f6;
    opacity: .6;
    z-index: 9999;
    border-radius: 18px;
}

[data-basket-change] {
    cursor: pointer;
}