.quick-add-to-cart__wrapper{
    grid-row-start: 3;
    z-index: 1;
}

.product-not-available{
    cursor: not-allowed;
}

.product-not-available > button{
    pointer-events: none;
    opacity: .3;
}