.product-add-to-cart .add-to-cart.warehouse-cart-store-only {
    cursor: not-allowed;
    animation: warehouseCartStoreOnlyBlink 1.2s infinite;
}

.product-add-to-cart .add-to-cart.warehouse-cart-out-of-stock {
    cursor: not-allowed;
}

