.gift-disabled {
    opacity: 0.5;
    filter: grayscale(100%);
    pointer-events: none;
}

.gift-disabled .avs-footer {
    background: #f3f3f3;
}